func go/printer.stripParensAlways

5 uses

	go/printer (current package)
		nodes.go#L374: 			p.expr(stripParensAlways(par.Type))
		nodes.go#L383: 		} else if mode == typeTParam && fields.NumFields() == 1 && combinesWithName(stripParensAlways(fields.List[0].Type)) {
		nodes.go#L451: 			p.expr(stripParensAlways(res.List[0].Type))
		nodes.go#L1272: func stripParensAlways(x ast.Expr) ast.Expr {
		nodes.go#L1274: 		return stripParensAlways(x.X)